ParentPathSelector Class

Definition

Line 70 of FileExplorer/ParentPathSelector.cm

Inheritance

Constructors & Destructor

public nothrow ParentPathSelector(ParentPathSelectorCreateParams& createParams)

Member Functions

protected override void OnMouseDown(MouseEventArgs& args)
protected override void OnMouseEnter()
protected override void OnMouseLeave()
protected override void OnMouseUp(MouseEventArgs& args)
protected override void OnPaint(PaintEventArgs& args)
public nothrow void SetState(State state_)

Enumerated Types

public enum State

Member Variables

private Bitmap* bitmap
private Padding imagePadding
private SolidBrush mouseClickBrush
private SolidBrush mouseOverBrush
private State state

Constructor& Destructor Details

ParentPathSelector Constructor

public nothrow ParentPathSelector(ParentPathSelectorCreateParams& createParams)

Definition
Line 76 of FileExplorer/ParentPathSelector.cm


Member Function Details

OnMouseDown Member Function

protected override void OnMouseDown(MouseEventArgs& args)

Definition
Line 133 of FileExplorer/ParentPathSelector.cm


OnMouseEnter Member Function

protected override void OnMouseEnter()

Definition
Line 123 of FileExplorer/ParentPathSelector.cm


OnMouseLeave Member Function

protected override void OnMouseLeave()

Definition
Line 128 of FileExplorer/ParentPathSelector.cm


OnMouseUp Member Function

protected override void OnMouseUp(MouseEventArgs& args)

Definition
Line 138 of FileExplorer/ParentPathSelector.cm


OnPaint Member Function

protected override void OnPaint(PaintEventArgs& args)

Definition
Line 94 of FileExplorer/ParentPathSelector.cm


SetState Member Function

public nothrow void SetState(State state_)

Definition
Line 86 of FileExplorer/ParentPathSelector.cm