Xceed Grid for WinForms v4.3 Documentation
VisualGridElement Class Methods


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : VisualGridElement Class

For a list of all members of this type, see VisualGridElement members.

Public Methods
 NameDescription
Public MethodBrings the grid element into the visible area of the grid. (Inherited from Xceed.Grid.GridElement)
Public MethodComputes the location of the specified client point into grid coordinates.  
Public MethodComputes the size and location of the specified client rectangle in grid coordinates  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodBegins a drag-and-drop operation.  
Public MethodRetrieves the grid element's visual style used to paint itself.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodComputes the location of the specified grid point into client coordinates.  
Public MethodComputes the size and location of the specified grid rectangle in client coordinates  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodInvalidates the rectangle of the grid element and causes a paint message to be sent to the grid control.  
Public MethodDetermines the location of the specified screen point into client coordinates. Should not be used when doing painting destined for printing.  
Public MethodDetermines the location of the specified client point into screen coordinates.  
Public MethodDetermine the size and location of the specified screen rectangle in client coordinates.  
Public MethodDetermines the size and location of the specified client rectangle in screen coordinates.  
Public MethodResets the value of the AllowDrop property to its default value, DefaultAllowDrop.  
Public MethodResets the value of the BackColor property to its default value, DefaultBackColor. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the BackgroundImage property to its default value, DefaultBackgroundImage.  
Public MethodResets the value of the BackgroundImageAlignment property to its default value, DefaultBackgroundImageAlignment.  
Public MethodResets the value of the BackgroundImageStyle property to its default value, DefaultBackgroundImageStyle.  
Public MethodResets the value of the ClipPartialLine property to its default value, DefaultClipPartialLine. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the Font property to its default value, DefaultFont. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the ForeColor property to its default value, DefaultForeColor. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the GradientMap property to its default value, DefaultGradientMap.  
Public MethodResets the value of the HorizontalAlignment property to its default value, DefaultHorizontalAlignment. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the hot visual style of a VisualGridElement that is in a hot state.  
Public MethodResets the value of the OverrideUIStyle property to its default value, DefaultOverrideUIStyle. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the ReadOnly property to its default value, DefaultReadOnly. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the property values of the ReportStyle. (Inherited from Xceed.Grid.GridElement)
Public MethodOverridden. Resets the values of the properties affected by a GridElementStyle to their default values.  
Public MethodResets the value of the Tag property to its default value, DefaultTag. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the Trimming property to its default value, DefaultTrimming. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the VerticalAlignment property to its default value, DefaultVerticalAlignment. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the Visible property to its default value, DefaultVisible. (Inherited from Xceed.Grid.GridElement)
Public MethodResets the value of the WordWrap property to its default value, DefaultWordWrap. (Inherited from Xceed.Grid.GridElement)
Top
Protected Methods
 NameDescription
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected MethodCalculates the string format to apply to visual grid element.  
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected Internal MethodDetermines if a character is an input character that the grid element recognizes.  
Protected Internal MethodReturns a boolean value indicating if the key(s) pressed is an input key for the grid element.  
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected Method (Inherited from Xceed.Grid.GridElementBase)
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodRaises the AllowDropChanged event.  
Protected MethodRaises the BackColorChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the BackgroundImageAlignmentChanged event.  
Protected MethodRaises the BackgroundImageChanged event.  
Protected MethodRaises the BackgroundImageStyleChanged event.  
Protected Internal MethodRaises the Click event.  
Protected MethodRaises the ClipPartialLineChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodRaises the DoubleClick event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.DragDrop event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.DragEnter event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.DragLeave event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.DragOver event.  
Protected MethodRaises the FontChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the ForeColorChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodRaises the System.Windows.Forms.Control.GiveFeedback event.  
Protected MethodRaises the GradientMapChanged event.  
Protected MethodRaises the HorizontalAlignmentChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the HotVisualStyleChanged event.  
Protected Internal MethodRaises the KeyDown event.  
Protected Internal MethodRaises the KeyPress event.  
Protected Internal MethodRaises the KeyUp event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.MouseDown event.  
Protected Internal MethodRaises the MouseEnter event.  
Protected Internal MethodRaises the MouseLeave event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.MouseMove event.  
Protected Internal MethodRaises the MouseUp event.  
Protected MethodRaises the OverrideUIStyleChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodRaises the Paint event.  
Protected Internal MethodRaises the System.Windows.Forms.Control.QueryContinueDrag event.  
Protected MethodRaises the ReadOnlyChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the TrimmingChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the VerticalAlignmentChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the VisibleChanged event. (Inherited from Xceed.Grid.GridElement)
Protected MethodRaises the WordWrapChanged event. (Inherited from Xceed.Grid.GridElement)
Protected Internal MethodPaints the background of the grid element.  
Protected Internal MethodPaints the borders of the grid element.  
Protected Internal MethodPaints the foreground of the grid element.  
Protected Internal MethodPaints the VisualGridElement in a hot state.  
Protected Method (Inherited from Xceed.Grid.GridElementBase)
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected Method (Inherited from Xceed.Grid.GridElementBase)
Protected Internal Method (Inherited from Xceed.Grid.GridElementBase)
Protected MethodThis method is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Grid.GridElement)
Top
See Also

Reference

VisualGridElement Class
Xceed.Grid Namespace