Lines Matching refs:control

56 	/** specifies the background color(RGB) of the control.
62 /** specifies the border style of the control.
85 /** specifies the date displayed in the control.
132 /** specifies, if the control has a dropdown button.
138 /** determines whether the control is enabled or disabled.
144 /** specifies the font attributes of the text in the control.
151 value of the text in the control.
158 value of the text in the control.
164 /** specifies the help text of the control.
170 /** specifies the help URL of the control.
176 /** specifies whether the selection in the control should be hidden when
177 the control is not active (focused).
185 /** specifies that the control will be printed with the document.
191 /** specifies that the content of the control cannot be modified by the user.
208 <p>When the user presses a mouse in a control area where this triggers
209 an action (such as spinning the value), then usual control implementations
220 /** specifies that the control has a spin button.
232 /** specifies that the control can be reached with the TAB key.
238 /** specifies the text displayed in the control.
246 /** specifies the text color (RGB) of the control.
252 /** specifies the text line color (RGB) of the control.
256 /** denotes the writing mode used in the control, as specified in the
266 /** defines how the mouse wheel can be used to scroll through the control's content.
268 … <p>Usually, the mouse wheel spins the numeric value displayed in the control. Using this property,
269 …and one of the <type>MouseWheelBehavior</type> constants, you can control under which circumstances
276 /** specifies the vertical alignment of the text in the control.