ControlsCommandButton (Object)

Member of:

Controls collection, DashboardSection object

Description:

Represents a Dashboard button.

Example:

This example shows how to change the text, font type, and font size of Command buttons:

CommandButton.Text = "Click Here"
CommandButton.Font.Name = "Courier"
CommandButton.Font.Size = 12

Method:

OnClick()

Properties:

Read-only: Property Name As String, Property Type As BqShapeType

Read-write: AccessibilityText (Property), AppendObjectText (Property), Enabled As Boolean, Property Text As String, Property VerticalAlignment As BqVerticalAlignment, Property Visible As Boolean

Object:

UserValues collection, Font As Font