SIMPOL Documentation

wxdialogstdbutton

Description

A wxdialogstdbutton object is a button on a dialog window which is created when the dialog is created, which is placed outside of the area within the window which is used to display window content, and which will have an appearance which is appropriate for the platform.

Type Tags

None

Object Value

Properties

PropertyTypeDescription
_type(*) This property is provided for use by the user to attach any object of any type to the type in which this property is provided.
__type(*) This property is provided for use by the user to attach any object of any type to the type in which this property is provided. It has the additional feature of being marked with the resolve keyword, so that object resolution can continue down this property.
dialogwxdialog Specifies the wxdialog object which this button belongs to.
namestring The name of the wxdialogstdbutton object.
nextwxdialogstdbutton Specifies the next wxdialogstdbutton button on the same dialog.
onclickevent An event that is triggered every time the user clicks the button.
typetype Specifies the wxdialogstdbutton type object.