OLE control properties are the primary means of interacting with OLE controls. Properties, much like OI control properties, describe the persistent attributes of the control, that is, attributes having some meaningful value for the entire life of the control. Like OI control properties, OLE control properties are manipulated using the Get_Property and Set_Property routines. The following properties apply to the SRP Subclass Control:
Property | Description | Version Introduced |
---|---|---|
AutoFill | Enables or disables autofill in combo boxes. | 4.1.19 |
AutoFillListBox | Links a subclassed edit line to a list box for autocompletion. | 4.1.19 |
Combo | Creates, removes, or updates a combo box drop down. | |
ComboData | A control's combo box drop down data. | |
ComboDropDown | Shows or hides control's combo box drop down. | |
ComboRowData | A control's selected combo box drop down row data. | |
ComboSelPos | A control's combo box drop down selection. | |
CurrentWindow | The current window whose subclassed controls are being manipulated. | |
CustomColors | Customizes the colors of a subclassed editline. | 3.0.7 |
EditMask | Establishes a mask for allowing only valid data. | |
MdiImage | An image to display in the center of the MDICLIENT control. | 4.1.6 |
MdiTheme | The theme used to render the MDICLIENT and its child windows. | 4.1.6 |
MouseWheelDisabled | Enables or disables mouse wheel scrolling. | |
OptionButton | Shows or hides an option button. | |
OptionEnabled | Enables or disables an option button. | |
OptionImage | The option button's image. | |
OptionOnFocus | Indicates whether or not the option button disappears when the control loses focus. | |
ProgID | The control's ProgId/Class Name. | |
Prompt | The control's prompt. | |
SpinButton | Shows or hides a spin button. | |
SpinRange | The numerical limits of a spin button. | 4.0.0 |
Version | The control's version info. |