Click or drag to resize

PathEdit Methods

The PathEdit type exposes the following members.

Methods
  NameDescription
Public methodBeginInit
Signals 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 methodEndInit
Signals 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 methodOnCreateControl
Raises 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 MethodHandleNeeded
A Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods.)
Public Extension MethodScaledPixels
An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods.)
Public Extension MethodScaleFont
A Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods.)
Top
See Also