PathEdit Methods |
The PathEdit type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginInit | Signals the object that initialization is starting. |
![]() | BrowseForFile |
Internal method, which handles the browsing for files.
|
![]() | BrowseForFolder |
Internal method, which handles the browsing for folders.
|
![]() | EndInit | Signals the object that initialization is complete. |
![]() | Focus |
Sets input focus to the TextBox control.
|
![]() | OnChange |
Fires the Change event, when the text in the TextBox changes.
|
![]() | OnCreateControl | Raises the CreateControl event. (Overrides UserControlOnCreateControl.) |
![]() | OnFontChanged |
Raises the FontChanged event.
(Overrides ContainerControlOnFontChanged(EventArgs).) |
![]() | OnResize |
Handles the resizing of PathEdit component.
(Overrides UserControlOnResize(EventArgs).) |
Name | Description | |
---|---|---|
![]() | HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods.) |
![]() | ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods.) |
![]() | ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods.) |