Click or drag to resize

PathEdit Methods

The PathEdit type exposes the following members.

Methods
 NameDescription
Public methodBeginInitSignals the object that initialization is starting.
Protected methodBrowseForFile Internal method, which handles the browsing for files.
Protected methodBrowseForFolder Internal method, which handles the browsing for folders.
Public methodEndInitSignals the object that initialization is complete.
Public methodFocus Sets input focus to the TextBox control.
Protected methodOnChange Fires the Change event, when the text in the TextBox changes.
Protected methodOnCreateControlRaises the CreateControl event.
(Overrides UserControlOnCreateControl)
Protected methodOnFontChanged Raises the FontChanged event.
(Overrides ContainerControlOnFontChanged(EventArgs))
Protected methodOnResize Handles the resizing of PathEdit component.
(Overrides UserControlOnResize(EventArgs))
Top
Extension Methods
 NameDescription
Public Extension MethodGetSelfAndDescendants Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods)
Public Extension MethodHandleNeededA Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods)
Public Extension MethodScaledPixelsAn extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods)
Public Extension MethodScaleFontA Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods)
Top
See Also