Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System.Windows.Forms
Totale classi: 1108, di cui
- 446 nuove
- 662 modificate
- 0 rimosse
Pagina ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ...
System.Windows.Forms.ControlBindingsCollection != | ||
---|---|---|
- | .ctor () | |
= | Add (Binding binding) | |
= | Add (String propertyName, Object dataSource, String dataMember) | |
- | Add (String propertyName, Object dataSource, String dataMember, Boolean formattingEnabled) | |
- | Add (String propertyName, Object dataSource, String dataMember, Boolean formattingEnabled, DataSourceUpdateMode updateMode) | |
- | Add (String propertyName, Object dataSource, String dataMember, Boolean formattingEnabled, DataSourceUpdateMode updateMode, Object nullValue) | |
- | Add (String propertyName, Object dataSource, String dataMember, Boolean formattingEnabled, DataSourceUpdateMode updateMode, Object nullValue, String formatString) | |
- | Add (String propertyName, Object dataSource, String dataMember, Boolean formattingEnabled, DataSourceUpdateMode updateMode, Object nullValue, String formatString, IFormatProvider formatInfo) | |
= | Clear () | |
= | Remove (Binding binding) | |
= | RemoveAt (Int32 index) | |
- | BindableComponent | |
= | Control | |
- | DefaultDataSourceUpdateMode | |
= | Item [String propertyName] |
System.Windows.Forms.ControlEventArgs = | ||
---|---|---|
= | .ctor () | |
= | Control |
System.Windows.Forms.ControlEventHandler = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (Object sender, ControlEventArgs e, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (Object sender, ControlEventArgs e) |
System.Windows.Forms.ControlPaint != | ||
---|---|---|
= | CreateHBitmap16Bit (Bitmap bitmap, Color background) | |
= | CreateHBitmapColorMask (Bitmap bitmap, IntPtr monochromeMask) | |
= | CreateHBitmapTransparencyMask (Bitmap bitmap) | |
= | Dark (Color baseColor, Single percOfDarkDark) | |
= | Dark (Color baseColor) | |
= | DarkDark (Color baseColor) | |
= | DrawBorder (Graphics graphics, Rectangle bounds, Color color, ButtonBorderStyle style) | |
= | DrawBorder (Graphics graphics, Rectangle bounds, Color leftColor, Int32 leftWidth, ButtonBorderStyle leftStyle, Color topColor, Int32 topWidth, ButtonBorderStyle topStyle, Color rightColor, Int32 rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, Int32 bottomWidth, ButtonBorderStyle bottomStyle) | |
= | DrawBorder3D (Graphics graphics, Rectangle rectangle) | |
= | DrawBorder3D (Graphics graphics, Rectangle rectangle, Border3DStyle style) | |
= | DrawBorder3D (Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides) | |
= | DrawBorder3D (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height) | |
= | DrawBorder3D (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, Border3DStyle style) | |
= | DrawBorder3D (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, Border3DStyle style, Border3DSide sides) | |
= | DrawButton (Graphics graphics, Rectangle rectangle, ButtonState state) | |
= | DrawButton (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, ButtonState state) | |
= | DrawCaptionButton (Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state) | |
= | DrawCaptionButton (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, CaptionButton button, ButtonState state) | |
= | DrawCheckBox (Graphics graphics, Rectangle rectangle, ButtonState state) | |
= | DrawCheckBox (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, ButtonState state) | |
= | DrawComboButton (Graphics graphics, Rectangle rectangle, ButtonState state) | |
= | DrawComboButton (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, ButtonState state) | |
= | DrawContainerGrabHandle (Graphics graphics, Rectangle bounds) | |
= | DrawFocusRectangle (Graphics graphics, Rectangle rectangle) | |
= | DrawFocusRectangle (Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor) | |
= | DrawGrabHandle (Graphics graphics, Rectangle rectangle, Boolean primary, Boolean enabled) | |
= | DrawGrid (Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor) | |
= | DrawImageDisabled (Graphics graphics, Image image, Int32 x, Int32 y, Color background) | |
= | DrawLockedFrame (Graphics graphics, Rectangle rectangle, Boolean primary) | |
= | DrawMenuGlyph (Graphics graphics, Rectangle rectangle, MenuGlyph glyph) | |
- | DrawMenuGlyph (Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color foreColor, Color backColor) | |
= | DrawMenuGlyph (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, MenuGlyph glyph) | |
- | DrawMenuGlyph (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, MenuGlyph glyph, Color foreColor, Color backColor) | |
= | DrawMixedCheckBox (Graphics graphics, Rectangle rectangle, ButtonState state) | |
= | DrawMixedCheckBox (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, ButtonState state) | |
= | DrawRadioButton (Graphics graphics, Rectangle rectangle, ButtonState state) | |
= | DrawRadioButton (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, ButtonState state) | |
= | DrawReversibleFrame (Rectangle rectangle, Color backColor, FrameStyle style) | |
= | DrawReversibleLine (Point start, Point end, Color backColor) | |
= | DrawScrollButton (Graphics graphics, Rectangle rectangle, ScrollButton button, ButtonState state) | |
= | DrawScrollButton (Graphics graphics, Int32 x, Int32 y, Int32 width, Int32 height, ScrollButton button, ButtonState state) | |
= | DrawSelectionFrame (Graphics graphics, Boolean active, Rectangle outsideRect, Rectangle insideRect, Color backColor) | |
= | DrawSizeGrip (Graphics graphics, Color backColor, Rectangle bounds) | |
= | DrawSizeGrip (Graphics graphics, Color backColor, Int32 x, Int32 y, Int32 width, Int32 height) | |
= | DrawStringDisabled (Graphics graphics, String s, Font font, Color color, RectangleF layoutRectangle, StringFormat format) | |
- | DrawStringDisabled (IDeviceContext dc, String s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format) | |
- | DrawVisualStyleBorder (Graphics graphics, Rectangle bounds) | |
= | FillReversibleRectangle (Rectangle rectangle, Color backColor) | |
= | Light (Color baseColor, Single percOfLightLight) | |
= | Light (Color baseColor) | |
= | LightLight (Color baseColor) | |
= | ContrastControlDark |
System.Windows.Forms.ControlStyles != | ||
---|---|---|
= | AllPaintingInWmPaint | |
= | CacheText | |
= | ContainerControl | |
= | DoubleBuffer | |
= | EnableNotifyMessage | |
= | FixedHeight | |
= | FixedWidth | |
= | Opaque | |
- | OptimizedDoubleBuffer | |
= | ResizeRedraw | |
= | Selectable | |
= | StandardClick | |
= | StandardDoubleClick | |
= | SupportsTransparentBackColor | |
= | UserMouse | |
= | UserPaint | |
- | UseTextForAccessibility | |
= | value__ |
System.Windows.Forms.ControlUpdateMode + | ||
---|---|---|
+ | Never | |
+ | OnPropertyChanged | |
+ | value__ |
System.Windows.Forms.ConvertEventArgs = | ||
---|---|---|
= | .ctor () | |
= | DesiredType | |
= | Value |
System.Windows.Forms.ConvertEventHandler = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (Object sender, ConvertEventArgs e, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (Object sender, ConvertEventArgs e) |
System.Windows.Forms.CreateParams = | ||
---|---|---|
= | .ctor () | |
= | ToString () | |
= | Caption | |
= | ClassName | |
= | ClassStyle | |
= | ExStyle | |
= | Height | |
= | Param | |
= | Parent | |
= | Style | |
= | Width | |
= | X | |
= | Y |
System.Windows.Forms.CurrencyManager != | ||
---|---|---|
= | ItemChanged | |
- | ListChanged | |
= | MetaDataChanged | |
= | AddNew () | |
= | CancelCurrentEdit () | |
= | EndCurrentEdit () | |
= | GetItemProperties () | |
= | Refresh () | |
= | RemoveAt (Int32 index) | |
= | ResumeBinding () | |
= | SuspendBinding () | |
= | Count | |
= | Current | |
= | List | |
= | Position |
System.Windows.Forms.Cursor != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | CopyHandle () | |
= | Dispose () | |
= | Draw (Graphics g, Rectangle targetRect) | |
= | DrawStretched (Graphics g, Rectangle targetRect) | |
= | Equals (Object obj) | |
= | GetHashCode () | |
= | Hide () | |
= | op_Equality (Cursor left, Cursor right) | |
= | op_Inequality (Cursor left, Cursor right) | |
= | Show () | |
= | ToString () | |
= | Clip | |
= | Current | |
= | Handle | |
- | HotSpot | |
= | Position | |
= | Size | |
- | Tag |
System.Windows.Forms.CursorConverter = | ||
---|---|---|
= | .ctor () | |
= | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) | |
= | CanConvertTo (ITypeDescriptorContext context, Type destinationType) | |
= | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) | |
= | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) | |
= | GetStandardValues (ITypeDescriptorContext context) | |
= | GetStandardValuesSupported (ITypeDescriptorContext context) |
System.Windows.Forms.Cursors = | ||
---|---|---|
= | AppStarting | |
= | Arrow | |
= | Cross | |
= | Default | |
= | Hand | |
= | Help | |
= | HSplit | |
= | IBeam | |
= | No | |
= | NoMove2D | |
= | NoMoveHoriz | |
= | NoMoveVert | |
= | PanEast | |
= | PanNE | |
= | PanNorth | |
= | PanNW | |
= | PanSE | |
= | PanSouth | |
= | PanSW | |
= | PanWest | |
= | SizeAll | |
= | SizeNESW | |
= | SizeNS | |
= | SizeNWSE | |
= | SizeWE | |
= | UpArrow | |
= | VSplit | |
= | WaitCursor |
System.Windows.Forms.DataFormats = | ||
---|---|---|
= | Bitmap | |
= | CommaSeparatedValue | |
= | Dib | |
= | Dif | |
= | EnhancedMetafile | |
= | FileDrop | |
= | Html | |
= | Locale | |
= | MetafilePict | |
= | OemText | |
= | Palette | |
= | PenData | |
= | Riff | |
= | Rtf | |
= | Serializable | |
= | StringFormat | |
= | SymbolicLink | |
= | Text | |
= | Tiff | |
= | UnicodeText | |
= | WaveAudio | |
= | GetFormat (String format) | |
= | GetFormat (Int32 id) | |
= | Format |
Powered by Ricciolo