Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / Field Class
Properties Methods Events


In This Topic
    Field Class Members
    In This Topic

    The following tables list the members exposed by Field.

    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the Field.  
    Public PropertyGets a value indicating whether the Field has input focus.  
    Public PropertyGets or sets the font of the Field.  
    Public PropertyGets or sets the foreground color of the Field.  
    Public PropertyGets the current input status of the Field.  
    Public PropertyGets or sets the space around the Field.  
    Public PropertyGets or sets the name of the object.  
    Public PropertyGets or sets padding within the Field.  
    Public PropertyGets the length of the selection.  
    Public PropertyGets the selection start position.  
    Public PropertyGets the size of the Field.  
    Public PropertyGets text of the Field.  
    Top
    Public Methods
     NameDescription
    Public MethodComputes the location of the specified container point into field coordinates.  
    Public MethodComputes the location of the specified field point into container coordinates.  
    Public MethodResets the Font property to default value.  
    Public MethodResets the ForeColor property to default value.  
    Top
    Protected Methods
     NameDescription
    Protected MethodConverts the char position to x coordinate position.  
    Protected MethodConverts the x coordinate position to char position.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the input focus enters the field.  
    Public EventOccurs when the input focus leaves the field.  
    Public EventOccurs when the field is redrawn.  
    Top
    See Also