Skip to content

Prompt_Button_Value - Form

Specifies the text displayed in the prompt button for this object

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String Prompt_Button_Value
Access Type Syntax
Read Access: Get Prompt_Button_Value to StringVariable
Write Access: Set Prompt_Button_Value to StringVariable/Value

Description

The Prompt_Button_Value property specifies the text displayed in the prompt button for this object.

Default is three dots (...).

You can use an image on the prompt button by setting the Form_Button_Bitmap property:

Set Form_Button_Bitmap 0 to "Next.bmp"

See Also

Form