TreeViewCreateParams Class

Definition

Line 85 of System.Windows/TreeView.cm

Constructors & Destructor

public nothrow TreeViewCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public nothrow TreeViewCreateParams& Defaults()
public nothrow TreeViewCreateParams& SetActiveNodeFontFamilyName(const String<char>& activeNodeFontFamilyName_)
public nothrow TreeViewCreateParams& SetActiveNodeFontSize(float activeNodeFontSize_)
public nothrow TreeViewCreateParams& SetActiveNodeFontStyle(FontStyle activeNodeFontStyle_)
public nothrow TreeViewCreateParams& SetNodeImagePadding(const Padding& nodeImagePadding_)
public nothrow TreeViewCreateParams& SetNodeIndentPercent(float nodeIndentPercent_)
public nothrow TreeViewCreateParams& SetNodeSelectedColor(const Color& nodeSelectedColor_)
public nothrow TreeViewCreateParams& SetNodeTextIndentPercent(float nodeTextIndentPercent_)
public nothrow TreeViewCreateParams& SetNormalNodeFontFamilyName(const String<char>& normalNodeFontFamilyName_)
public nothrow TreeViewCreateParams& SetNormalNodeFontSize(float normalNodeFontSize_)
public nothrow TreeViewCreateParams& SetNormalNodeFontStyle(FontStyle normalNodeFontStyle_)
public nothrow TreeViewCreateParams& SetStateIndicatorColor(const Color& stateIndicatorColor_)
public nothrow TreeViewCreateParams& SetStateIndicatorPercentage(float stateIndicatorPercentage_)
public nothrow TreeViewCreateParams& SetTextColor(const Color& textColor_)

Member Variables

public String<char> activeNodeFontFamilyName
public float activeNodeFontSize
public FontStyle activeNodeFontStyle
public ControlCreateParams& controlCreateParams
public Padding nodeImagePadding
public float nodeIndentPercent
public Color nodeSelectedColor
public float nodeTextIndentPercent
public String<char> normalNodeFontFamilyName
public float normalNodeFontSize
public FontStyle normalNodeFontStyle
public Color stateIndicatorColor
public float stateIndicatorPercentage
public Color textColor

Constructor& Destructor Details

TreeViewCreateParams Constructor

public nothrow TreeViewCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 87 of System.Windows/TreeView.cm


Member Function Details

Defaults Member Function

public nothrow TreeViewCreateParams& Defaults()

Definition
Line 103 of System.Windows/TreeView.cm


SetActiveNodeFontFamilyName Member Function

public nothrow TreeViewCreateParams& SetActiveNodeFontFamilyName(const String<char>& activeNodeFontFamilyName_)

Definition
Line 122 of System.Windows/TreeView.cm


SetActiveNodeFontSize Member Function

public nothrow TreeViewCreateParams& SetActiveNodeFontSize(float activeNodeFontSize_)

Definition
Line 127 of System.Windows/TreeView.cm


SetActiveNodeFontStyle Member Function

public nothrow TreeViewCreateParams& SetActiveNodeFontStyle(FontStyle activeNodeFontStyle_)

Definition
Line 132 of System.Windows/TreeView.cm


SetNodeImagePadding Member Function

public nothrow TreeViewCreateParams& SetNodeImagePadding(const Padding& nodeImagePadding_)

Definition
Line 167 of System.Windows/TreeView.cm


SetNodeIndentPercent Member Function

public nothrow TreeViewCreateParams& SetNodeIndentPercent(float nodeIndentPercent_)

Definition
Line 157 of System.Windows/TreeView.cm


SetNodeSelectedColor Member Function

public nothrow TreeViewCreateParams& SetNodeSelectedColor(const Color& nodeSelectedColor_)

Definition
Line 142 of System.Windows/TreeView.cm


SetNodeTextIndentPercent Member Function

public nothrow TreeViewCreateParams& SetNodeTextIndentPercent(float nodeTextIndentPercent_)

Definition
Line 162 of System.Windows/TreeView.cm


SetNormalNodeFontFamilyName Member Function

public nothrow TreeViewCreateParams& SetNormalNodeFontFamilyName(const String<char>& normalNodeFontFamilyName_)

Definition
Line 107 of System.Windows/TreeView.cm


SetNormalNodeFontSize Member Function

public nothrow TreeViewCreateParams& SetNormalNodeFontSize(float normalNodeFontSize_)

Definition
Line 112 of System.Windows/TreeView.cm


SetNormalNodeFontStyle Member Function

public nothrow TreeViewCreateParams& SetNormalNodeFontStyle(FontStyle normalNodeFontStyle_)

Definition
Line 117 of System.Windows/TreeView.cm


SetStateIndicatorColor Member Function

public nothrow TreeViewCreateParams& SetStateIndicatorColor(const Color& stateIndicatorColor_)

Definition
Line 137 of System.Windows/TreeView.cm


SetStateIndicatorPercentage Member Function

public nothrow TreeViewCreateParams& SetStateIndicatorPercentage(float stateIndicatorPercentage_)

Definition
Line 152 of System.Windows/TreeView.cm


SetTextColor Member Function

public nothrow TreeViewCreateParams& SetTextColor(const Color& textColor_)

Definition
Line 147 of System.Windows/TreeView.cm