Lines Matching refs:control

56 	/** specifies the background color (RGB) of the control.
62 /** specifies the border style of the control.
97 /** determines whether the control is enabled or disabled.
103 /** specifies the font attributes of the text in the control.
110 value of the text in the control.
117 value of the text in the control.
123 /** specifies the help text of the control.
129 /** specifies the help URL of the control.
135 /** specifies whether the selection in the control should be hidden when
136 the control is not active (focused).
151 /** specifies that the control will be printed with the document.
157 /** specifies that the content of the control cannot be modified by the user.
174 <p>When the user presses a mouse in a control area where this triggers
175 an action (such as spinning the value), then usual control implementations
192 /** specifies that the control has a spin button.
204 /** specifies that the control can be reached with the TAB key.
210 /** specifies the text color (RGB) of the control.
216 /** specifies the text line color (RGB) of the control.
222 /** specifies the value displayed in the control.
244 /** denotes the writing mode used in the control, as specified in the
254 /** defines how the mouse wheel can be used to scroll through the control's content.
256 … <p>Usually, the mouse wheel spins the numeric value displayed in the control. Using this property,
257 …and one of the <type>MouseWheelBehavior</type> constants, you can control under which circumstances
264 /** specifies the vertical alignment of the text in the control.