ParentPathSelectorCreateParams Class

Definition

Line 34 of FileExplorer/ParentPathSelector.cm

Constructors & Destructor

public nothrow ParentPathSelectorCreateParams(ControlCreateParams& controlCreateParams_, ImageList* imageList_)

Member Functions

public nothrow ParentPathSelectorCreateParams& Defaults()
public nothrow ParentPathSelectorCreateParams& SetImagePadding(const Padding& imagePadding_)
public nothrow ParentPathSelectorCreateParams& SetMouseClickColor(const Color& mouseClickColor_)
public nothrow ParentPathSelectorCreateParams& SetMouseOverColor(const Color& mouseOverColor_)

Member Variables

public ControlCreateParams& controlCreateParams
public ImageList* imageList
public Padding imagePadding
public Color mouseClickColor
public Color mouseOverColor

Constructor& Destructor Details

ParentPathSelectorCreateParams Constructor

public nothrow ParentPathSelectorCreateParams(ControlCreateParams& controlCreateParams_, ImageList* imageList_)

Definition
Line 36 of FileExplorer/ParentPathSelector.cm


Member Function Details

Defaults Member Function

public nothrow ParentPathSelectorCreateParams& Defaults()

Definition
Line 44 of FileExplorer/ParentPathSelector.cm


SetImagePadding Member Function

public nothrow ParentPathSelectorCreateParams& SetImagePadding(const Padding& imagePadding_)

Definition
Line 58 of FileExplorer/ParentPathSelector.cm


SetMouseClickColor Member Function

public nothrow ParentPathSelectorCreateParams& SetMouseClickColor(const Color& mouseClickColor_)

Definition
Line 53 of FileExplorer/ParentPathSelector.cm


SetMouseOverColor Member Function

public nothrow ParentPathSelectorCreateParams& SetMouseOverColor(const Color& mouseOverColor_)

Definition
Line 48 of FileExplorer/ParentPathSelector.cm