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 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
![]() | System.Windows.Forms.TrackBarRenderer + | |
---|---|---|
![]() | + | DrawBottomPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state) |
![]() | + | DrawHorizontalThumb (Graphics g, Rectangle bounds, TrackBarThumbState state) |
![]() | + | DrawHorizontalTicks (Graphics g, Rectangle bounds, Int32 numTicks, EdgeStyle edgeStyle) |
![]() | + | DrawHorizontalTrack (Graphics g, Rectangle bounds) |
![]() | + | DrawLeftPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state) |
![]() | + | DrawRightPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state) |
![]() | + | DrawTopPointingThumb (Graphics g, Rectangle bounds, TrackBarThumbState state) |
![]() | + | DrawVerticalThumb (Graphics g, Rectangle bounds, TrackBarThumbState state) |
![]() | + | DrawVerticalTicks (Graphics g, Rectangle bounds, Int32 numTicks, EdgeStyle edgeStyle) |
![]() | + | DrawVerticalTrack (Graphics g, Rectangle bounds) |
![]() | + | GetBottomPointingThumbSize (Graphics g, TrackBarThumbState state) |
![]() | + | GetLeftPointingThumbSize (Graphics g, TrackBarThumbState state) |
![]() | + | GetRightPointingThumbSize (Graphics g, TrackBarThumbState state) |
![]() | + | GetTopPointingThumbSize (Graphics g, TrackBarThumbState state) |
![]() | + | IsSupported |
![]() | System.Windows.Forms.TreeNode != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | BeginEdit () |
![]() | = | Clone () |
![]() | - | Collapse (Boolean ignoreChildren) |
![]() | = | Collapse () |
![]() | = | EndEdit (Boolean cancel) |
![]() | = | EnsureVisible () |
![]() | = | Expand () |
![]() | = | ExpandAll () |
![]() | = | FromHandle (TreeView tree, IntPtr handle) |
![]() | = | GetNodeCount (Boolean includeSubTrees) |
![]() | = | Remove () |
![]() | = | Toggle () |
![]() | = | ToString () |
![]() | = | BackColor |
![]() | = | Bounds |
![]() | = | Checked |
![]() | - | ContextMenu |
![]() | - | ContextMenuStrip |
![]() | = | FirstNode |
![]() | = | ForeColor |
![]() | = | FullPath |
![]() | = | Handle |
![]() | = | ImageIndex |
![]() | - | ImageKey |
![]() | = | Index |
![]() | = | IsEditing |
![]() | = | IsExpanded |
![]() | = | IsSelected |
![]() | = | IsVisible |
![]() | = | LastNode |
![]() | - | Level |
![]() | - | Name |
![]() | = | NextNode |
![]() | = | NextVisibleNode |
![]() | = | NodeFont |
![]() | = | Nodes |
![]() | = | Parent |
![]() | = | PrevNode |
![]() | = | PrevVisibleNode |
![]() | = | SelectedImageIndex |
![]() | - | SelectedImageKey |
![]() | - | StateImageIndex |
![]() | - | StateImageKey |
![]() | = | Tag |
![]() | = | Text |
![]() | - | ToolTipText |
![]() | = | TreeView |
![]() | System.Windows.Forms.TreeNodeMouseClickEventArgs + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | Node |
![]() | System.Windows.Forms.TreeNodeMouseClickEventHandler + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | BeginInvoke (Object sender, TreeNodeMouseClickEventArgs e, AsyncCallback callback, Object object) |
![]() | + | EndInvoke (IAsyncResult result) |
![]() | + | Invoke (Object sender, TreeNodeMouseClickEventArgs e) |
![]() | System.Windows.Forms.TreeNodeCollection != | |
---|---|---|
![]() | = | Add (String text) |
![]() | - | Add (String key, String text) |
![]() | - | Add (String key, String text, Int32 imageIndex) |
![]() | - | Add (String key, String text, String imageKey) |
![]() | - | Add (String key, String text, Int32 imageIndex, Int32 selectedImageIndex) |
![]() | - | Add (String key, String text, String imageKey, String selectedImageKey) |
![]() | = | Add (TreeNode node) |
![]() | = | AddRange (TreeNode[] nodes) |
![]() | = | Clear () |
![]() | = | Contains (TreeNode node) |
![]() | - | ContainsKey (String key) |
![]() | = | CopyTo (Array dest, Int32 index) |
![]() | - | Find (String key, Boolean searchAllChildren) |
![]() | = | GetEnumerator () |
![]() | = | IndexOf (TreeNode node) |
![]() | - | IndexOfKey (String key) |
![]() | = | Insert (Int32 index, TreeNode node) |
![]() | - | Insert (Int32 index, String text) |
![]() | - | Insert (Int32 index, String key, String text) |
![]() | - | Insert (Int32 index, String key, String text, Int32 imageIndex) |
![]() | - | Insert (Int32 index, String key, String text, String imageKey) |
![]() | - | Insert (Int32 index, String key, String text, Int32 imageIndex, Int32 selectedImageIndex) |
![]() | - | Insert (Int32 index, String key, String text, String imageKey, String selectedImageKey) |
![]() | = | Remove (TreeNode node) |
![]() | = | RemoveAt (Int32 index) |
![]() | - | RemoveByKey (String key) |
![]() | = | Count |
![]() | = | IsReadOnly |
![]() | = | Item [Int32 index] |
![]() | - | Item [String key] |
![]() | System.Windows.Forms.TreeNodeConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | System.Windows.Forms.TreeNodeMouseHoverEventArgs + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | Node |
![]() | System.Windows.Forms.TreeNodeMouseHoverEventHandler + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | BeginInvoke (Object sender, TreeNodeMouseHoverEventArgs e, AsyncCallback callback, Object object) |
![]() | + | EndInvoke (IAsyncResult result) |
![]() | + | Invoke (Object sender, TreeNodeMouseHoverEventArgs e) |
![]() | System.Windows.Forms.TreeNodeStates + | |
---|---|---|
![]() | + | Checked |
![]() | + | Default |
![]() | + | Focused |
![]() | + | Grayed |
![]() | + | Hot |
![]() | + | Indeterminate |
![]() | + | Marked |
![]() | + | Selected |
![]() | + | ShowKeyboardCues |
![]() | + | value__ |
![]() | System.Windows.Forms.TreeView != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | AfterCheck |
![]() | = | AfterCollapse |
![]() | = | AfterExpand |
![]() | = | AfterLabelEdit |
![]() | = | AfterSelect |
![]() | = | BackgroundImageChanged |
![]() | - | BackgroundImageLayoutChanged |
![]() | = | BeforeCheck |
![]() | = | BeforeCollapse |
![]() | = | BeforeExpand |
![]() | = | BeforeLabelEdit |
![]() | = | BeforeSelect |
![]() | - | DrawNode |
![]() | = | ItemDrag |
![]() | - | NodeMouseClick |
![]() | - | NodeMouseDoubleClick |
![]() | - | NodeMouseHover |
![]() | - | PaddingChanged |
![]() | = | Paint |
![]() | - | RightToLeftLayoutChanged |
![]() | = | TextChanged |
![]() | = | BeginUpdate () |
![]() | = | CollapseAll () |
![]() | = | EndUpdate () |
![]() | = | ExpandAll () |
![]() | = | GetNodeAt (Point pt) |
![]() | = | GetNodeAt (Int32 x, Int32 y) |
![]() | = | GetNodeCount (Boolean includeSubTrees) |
![]() | - | HitTest (Point pt) |
![]() | - | HitTest (Int32 x, Int32 y) |
![]() | - | Sort () |
![]() | = | ToString () |
![]() | = | BackColor |
![]() | = | BackgroundImage |
![]() | - | BackgroundImageLayout |
![]() | = | BorderStyle |
![]() | = | CheckBoxes |
![]() | - | DrawMode |
![]() | = | ForeColor |
![]() | = | FullRowSelect |
![]() | = | HideSelection |
![]() | = | HotTracking |
![]() | = | ImageIndex |
![]() | - | ImageKey |
![]() | = | ImageList |
![]() | = | Indent |
![]() | = | ItemHeight |
![]() | = | LabelEdit |
![]() | - | LineColor |
![]() | = | Nodes |
![]() | - | Padding |
![]() | = | PathSeparator |
![]() | - | RightToLeftLayout |
![]() | = | Scrollable |
![]() | = | SelectedImageIndex |
![]() | - | SelectedImageKey |
![]() | = | SelectedNode |
![]() | = | ShowLines |
![]() | - | ShowNodeToolTips |
![]() | = | ShowPlusMinus |
![]() | = | ShowRootLines |
![]() | = | Sorted |
![]() | - | StateImageList |
![]() | = | Text |
![]() | = | TopNode |
![]() | - | TreeViewNodeSorter |
![]() | = | VisibleCount |
![]() | System.Windows.Forms.TreeViewAction = | |
---|---|---|
![]() | = | ByKeyboard |
![]() | = | ByMouse |
![]() | = | Collapse |
![]() | = | Expand |
![]() | = | Unknown |
![]() | = | value__ |
![]() | System.Windows.Forms.TreeViewCancelEventArgs = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Action |
![]() | = | Node |
![]() | System.Windows.Forms.TreeViewCancelEventHandler = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | BeginInvoke (Object sender, TreeViewCancelEventArgs e, AsyncCallback callback, Object object) |
![]() | = | EndInvoke (IAsyncResult result) |
![]() | = | Invoke (Object sender, TreeViewCancelEventArgs e) |
![]() | System.Windows.Forms.TreeViewDrawMode + | |
---|---|---|
![]() | + | Normal |
![]() | + | OwnerDrawAll |
![]() | + | OwnerDrawText |
![]() | + | value__ |
Powered by Ricciolo