Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface ICheckBoxControl
Public Interface ICheckBoxControl
public interface class ICheckBoxControl
type ICheckBoxControl =  interface end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Checked
Indicates whether the check box is in the checked.
Dispose()()()()
Dispose object and free resources.
Parent
Reference to Parent object. Read-only.
Position
Gets Position of Button control.
Text
Gets or sets the text associated with this control.
Worksheet
Gets worksheet of button control.

See Also