-
Notifications
You must be signed in to change notification settings - Fork 2
Methods
A method is an action that an object can perform. For example, the SetFocus method of the TextBox control will move the input cursor to the textbox so the user can enter data into it.
None
The AddItem method adds a new item to a collection object. The Value parameter represents the string to display in the control. The Index is a zero-based index that represents the position in the control in which to insert the new item. Note: the index can be any numeric data type but only the integer portion is used. A string that evaluates to a number is also accepted. If a number larger than the last existing index plus one is used, the item will not be added.
The AddItem method is not implemented and will raise an error if called.
- hdc - Long
- hwnd - Long
- rootwindowelement - RootWindowElement
- picture - StdPicture
- owner - Object
The ChangeHDC method...
The Circle method...
None
None
The Clear method removes all items from a collection. To remove a single item, use the Remove method of the individual item.
Clears the contents of the control. For the ComboBox and ListBox that are bound to a data source, the clear method is not available.
The Clear method deletes the contents of a DataObject
Explicitly clears the data object.
The ClearLog method...
The Cls method...
- hdc - Long
The CopyBufferToDC method...
- Color - Long
The CreateBackbrush method...
- Object - Object
The CreateDeferredDispatchWrapper method...
- _ControlContext - IUnknown
- ClassName - String
- Caption - String
- WindowStyles - Long
- ExtendedStyles - Long
- SubClass - Boolean (Optional, False)
The CreateRootWindowElement method...
- Action - DragAction
None
The Drag method begins, cancels, or ends a drag operation.
The EndMouseCapture method...
None
The GetFontMetrics method...
None
The GetLastLog method...
Handle - LongPtr
- Node
The GetNodeFromHandle method...
Handle - LongPtr
The GetObjPtrFromHandle method...
None
The GetVisibleCount Method method...
None
None
The HandleAttributesChange method...
None
None
The HandlePathChange method...
None
None
The HandlePatternChange method...
- Node
The HitTest method...
The Initialize method...
The IsInRect method...
The InternalRaiseResize method...
The Line method...
None
The Move method is used to move a control within its container. It can also, optionally, resize the control at the same time.
Note: Left is a required parameter. The remaining parameters are optional.
The OLEDrag method...
The PaintPicture method...
The PSet Method method...
None
None
The Refresh method causes the control to repaint itself on the screen. This is rarely needed as most controls repaint automatically.
Calling the Refresh method on data and filesystem controls will cause them to refresh their data. This might be necessary if the data or files could have changed.
The RemoveItem method...
The Scale method...
None
None
The ScheduleCallback method..
None
None
The SelectedItem method.
None
None
The SetFocus method causes the keyboard input to be directed at the control.
The ShowWhatsThis method...
None
None
The SortNowInternal method...
The StartLabelEdit Method method...
The StepIt method...
- hWnd - Long
The SubClassWindowElement method...
- Path - String
- ForceRefresh - Boolean - When set to true, forces a refresh of the DirListBoxcontrol. This is not normally necessary.
- ChangeSelected - Boolean - When set to true, forces the DirListBox to select the folder specified in the Path property.
None
The SyncDirs method changes the folder shown in the DirListBox.
None
None
The SyncDrives method...
The SyncFiles method...
The TextHeight Method method...
The TextWidth Method method...
The ZOrder method...