Click or drag to resize

DetailsPane Methods

The DetailsPane type exposes the following members.

Methods
 NameDescription
Public methodBeginInitSignals the object that initialization is starting.
Public methodClear Clears the view and resets the UI to its empty state.
Protected methodDispose Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean))
Public methodEndInitSignals the object that initialization is complete.
Public methodFolderChanged Changes the displayed folder in all connected controls.
Public methodFullRefresh Triggers a full refresh for all connected controls.
Public methodGoUp Move in all connected controls from the current to the parent folder.
Protected methodOnHandleCreated Raises the HandleCreated event and assigns the timer's synchronizing object.
(Overrides ControlOnHandleCreated(EventArgs))
Protected methodOnPaintRaises the Paint event.
(Overrides ControlOnPaint(PaintEventArgs))
Protected methodOnVisibleChangedRaises the VisibleChanged event.
(Overrides ScrollableControlOnVisibleChanged(EventArgs))
Public methodRefresh(RefreshLevel)This method indicates that the control should perform a refresh of its contents.
Public methodRefresh(RefreshLevel, ItemIdList)This method indicates that the control should perform a refresh of its contents.
Public methodSelectedFileChange Changes the displayed file in all connected controls.
Public methodSmartRefresh Triggers a smart refresh for all connected controls.
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