Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class
Properties Methods


In This Topic
    FormatControlCommand Class Members
    In This Topic

    The following tables list the members exposed by FormatControlCommand.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FormatControlCommand class for formatting.  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public PropertyGets or sets the state of the check box.  
    Public PropertyGets or sets a value indicating whether the control display with 3D-shading effect.  
    Public PropertyGets or sets the number of list lines displayed in the drop-down portion of a combo box.  
    Public PropertyGets or sets a boolean value indicates whether the command is executed from an UI action. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public PropertyGets or sets the amount that the scroll box increments or decrements for a page scroll (when the user clicks in the scroll bar body region).  
    Public PropertyGets or sets the worksheet range linked to the control's value. If you place a value in the cell, the control takes this value. Likewise, if you change the value of the control, that value is also placed in the cell.  
    Public PropertyGets or sets the worksheet range used to fill the specified list box.  
    Public PropertyGets the text in the specified object will be locked to prevent changes when the workbook is protected.  
    Public PropertyGets or sets the maximum value of a scroll bar or spinner range.  
    Public PropertyGets or sets the minimum value of a scroll bar or spinner range.  
    Public PropertyGets or sets the selection mode of the specified list box.  
    Public PropertyGets or sets a boolean value indicating whether the object will be printed when the document is printed.  
    Public PropertyGets or sets the amount that the scroll bar or spinner is incremented or decremented for a line scroll (when the user chooses an arrow).  
    Public PropertyOverridden.   
    Public PropertyGets the UndoSupport value indicates whether this command is undoable. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public PropertyGets or sets an integer value that represents the value of the specified control.  
    Public PropertyGets or sets the worksheet. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets a boolean value indicates whether this object is disposed. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected PropertyGets the workbook. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Initializes a new instance of the FormatControlCommand class for creatation shape action.  
    Public MethodInvoked before execute the command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodGets a boolean value indicating whether the Spread can change active cell base on the command result. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodClones this command object. (Inherited from GrapeCity.Spreadsheet.Commands.ShapeActionsCommand)
    Public MethodOverloaded. Releases unmanaged and - optionally - managed resources. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodExecutes this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public Methodstatic (Shared in Visual Basic)Determine current control support setting or not.  
    Public MethodRedo this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodSaves the data for undoing. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodFinalizes an instance of the Command class. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected Method (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    See Also