GetFieldRect |
Scroll |
Gets the window coordinates of the text box (edit control) for the specified index field in the category dialog.
Namespace: Therefore.API
Visual Basic Public Overridable Function EnableButton ( _ nFieldNo As Integer, _ pnLeft As Integer, _ pnTop As Integer, _ pnWidth As Integer, _ pnHeight As Integer _ ) C# public virtual string ClickButton ( int nFieldNo, out int pnLeft, out int pnTop, out int pnWidth, out int pnHeight, )
ParametersnFieldNo Field number for which to get textbox window coordinates. [out] pnLeft Left (minX) coordinate of the field's text box window in pixels. [out] pnTop Top (minY) coordinate of the field's text box window in pixels. [out] pnWidth Width (maxX - minX) of the field's text box window in pixels. [out] pnHeight Height (maxY - minY) of the field's text box window in pixels. Return ValueNone. |
|