| System.Windows.Forms DataGrid () |
public class System.Windows.Forms.DataGrid
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DataGrid
(Please hover your mouse over the type to see the inheritance signatures) |
- Method (i): public void Dispose ()
- Method: public Rectangle GetCellBounds (int irow, int icol)
- Method (i): public void Invalidate (Rectangle rect)
- Method: public bool IsSelected (int irowTest)
- Method: public void Select (int irowSel)
- Method: public void UnSelect (int irowUnsel)
- Property: ContextMenu ContextMenu { public get; public set; }
- Property: ControlBindingsCollection DataBindings { public get; }
- Property: bool Focused { public get; }
|
- Event: public event EventHandler DoubleClick
- Event: public event EventHandler HandleCreated
- Event: public event EventHandler HandleDestroyed
- Event: public event HelpEventHandler HelpRequested
- Method (i): public IAsyncResult BeginInvoke (delegate method)
- Method (i): public IAsyncResult BeginInvoke (delegate method, object[] args)
- Method (i): protected virtual ControlCollection CreateControlsInstance ()
- Method (i): public virtual void Dispose ()
- Method (i): public object EndInvoke (IAsyncResult asyncResult)
- Method: public Rectangle GetCellBounds (int row, int col)
- Method (i): protected virtual Rectangle GetScaledBounds (Rectangle bounds, SizeF factor, BoundsSpecified specified)
- Method (i): public void Invalidate (Rectangle rectangle)
- Method (i): public object Invoke (delegate method, object[] args)
- Method: public bool IsSelected (int row)
- Method (i): protected virtual void OnDoubleClick (EventArgs e)
- Method (i): protected virtual void OnHandleCreated (EventArgs e)
- Method (i): protected virtual void OnHandleDestroyed (EventArgs e)
- Method (i): protected virtual void OnHelpRequested (HelpEventArgs e)
- Method (i): public void ResumeLayout ()
- Method (i): public void ResumeLayout (bool performLayout)
- Method (i): public void Scale (SizeF factor)
- Method: protected override void ScaleControl (SizeF factor, BoundsSpecified specified)
- Method: public void Select (int row)
- Method (i): public bool SelectNextControl (Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)
- Method (i): public void SuspendLayout ()
- Method: public void UnSelect (int row)
- Property: virtual AnchorStyles Anchor { public get; public set; }
- Property: Color BackgroundColor { public get; public set; }
- Property: virtual ContextMenu ContextMenu { public get; public set; }
- Property: virtual ControlBindingsCollection DataBindings { public get; }
- Property: virtual DockStyle Dock { public get; public set; }
- Property: protected EventHandlerList Events { }
- Property: virtual bool Focused { public get; }
- Property: IntPtr Handle { public get; }
- Property: virtual bool InvokeRequired { public get; }
- Property: string Name { public get; public set; }
- Property: protected override bool ScaleChildren { }
- Property: virtual ISite Site { public get; public set; }
- Property: int TabIndex { public get; public set; }
- Property: bool TabStop { public get; public set; }
- Property: object Tag { public get; public set; }
|
| public sealed struct System.Windows.Forms.DataGridCell () |
- Method: public override bool Equals (object objRhs)
|
- Method: public override bool Equals (object o)
|
| System.Windows.Forms DataGridColumnStyle () |
public abstract class System.Windows.Forms.DataGridColumnStyle
(Please hover your mouse over the type to see the inheritance signatures) |
public abstract class System.Windows.Forms.DataGridColumnStyle
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Method (i): public virtual void Dispose ()
- Property: protected EventHandlerList Events { }
- Property: virtual ISite Site { public get; public set; }
|
| System.Windows.Forms DataGridTableStyle () |
public class System.Windows.Forms.DataGridTableStyle
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DataGridTableStyle
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Method (i): public virtual void Dispose ()
- Property: protected EventHandlerList Events { }
- Property: virtual ISite Site { public get; public set; }
|
| System.Windows.Forms DataGridTextBoxColumn () |
public class System.Windows.Forms.DataGridTextBoxColumn
(Please hover your mouse over the type to see the inheritance signatures) |
public class System.Windows.Forms.DataGridTextBoxColumn
(Please hover your mouse over the type to see the inheritance signatures) |
| --> NONE <--
|
- Method (i): public virtual void Dispose ()
- Property: protected EventHandlerList Events { }
- Property: virtual ISite Site { public get; public set; }
|
| public class System.Windows.Forms.GridColumnStylesCollection () |
- Method: public int Add (DataGridColumnStyle dgcolstyNew)
- Method: public bool Contains (string strMapping)
- Method: public bool Contains (DataGridColumnStyle dgcolstyContains)
- Method: public int IndexOf (DataGridColumnStyle dgcolstyIndexOf)
- Method: public void Remove (DataGridColumnStyle dgcolstyRemove)
- Method: public void RemoveAt (int idgcolstyRemove)
|
- Method: public int Add (DataGridColumnStyle column)
- Method: public bool Contains (string name)
- Method: public bool Contains (DataGridColumnStyle column)
- Method: public int IndexOf (DataGridColumnStyle element)
- Method: public void Remove (DataGridColumnStyle column)
- Method: public void RemoveAt (int index)
|
| public class System.Windows.Forms.GridTableStylesCollection () |
- Method: public int Add (DataGridTableStyle tabstyNew)
- Method: public bool Contains (string strMapping)
- Method: public bool Contains (DataGridTableStyle tabstyContains)
- Method: public void Remove (DataGridTableStyle tabstyRemove)
- Method: public void RemoveAt (int itabstyRemove)
|
- Method: public int Add (DataGridTableStyle table)
- Method: public bool Contains (string name)
- Method: public bool Contains (DataGridTableStyle table)
- Method: public void Remove (DataGridTableStyle table)
- Method: public void RemoveAt (int index)
|