Skip to content

Button Property

Description

Specifies whether the pane will also act as a button.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Button() As Boolean

Remarks

Button panes will look and act like a button on mouse over and when clicked. On mouse over, the button pane will become "hot," giving a visual cue that it is a button and can be clicked. When clicked, the button pane will change to a "pressed" state.

Note that a pane does not need to be a button pane to accept mouse clicks. All panes will receive mouse clicks and trigger the PaneClick event. Button panes only make it easier for the user to see that the pane can be clicked.

Button Pane Example

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.