[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IButton

Interface IButton

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

The button control.

public interface IButton : IControl<IButton>, IContentControl, IControl
Inherited Members

Properties

CancelButton

Indicates the button is cancel button or not.

bool CancelButton { get; set; }

Property Value

bool

Remarks

Not supported by the *.ssjson format.

DefaultButton

Indicates the button is default button or not.

bool DefaultButton { get; set; }

Property Value

bool

Remarks

Not supported by the *.ssjson format.

DismissButton

Indicates the button is dismiss button or not.

bool DismissButton { get; set; }

Property Value

bool

Remarks

Not supported by the *.ssjson format.

HelpButton

Indicates the button is help button or not.

bool HelpButton { get; set; }

Property Value

bool

Remarks

Not supported by the *.ssjson format.

HorizontalTextAlignment

Gets or sets horizontal alignment.

HorizontalAlignment HorizontalTextAlignment { get; set; }

Property Value

HorizontalAlignment

Remarks

Not all values are supported by the *.ssjson format.

Orientation

Gets or sets text orientation.

TickLabelOrientation Orientation { get; set; }

Property Value

TickLabelOrientation

Remarks

Not all values are supported by the *.ssjson format.

VerticalTextAlignment

Gets or sets vertical alignment.

VerticalAlignment VerticalTextAlignment { get; set; }

Property Value

VerticalAlignment

Remarks

Not all values are supported by the *.ssjson format.