Choice Property Value.
More...
X3g::Plugin::ChoicePropertyValue::ChoicePropertyValue |
( |
System::String^ |
pKey) | |
|
Constructor.
- Parameters
-
pKey | Set the key of the choice item. |
X3g::Plugin::ChoicePropertyValue::ChoicePropertyValue |
( |
System::String^ |
pKey, |
|
|
System::String^ |
pText |
|
) |
| |
Constructor.
- Parameters
-
pKey | Set the key of the choice item. |
pText | Set the text of the choice item. |
X3g::Plugin::ChoicePropertyValue::ChoicePropertyValue |
( |
System::String^ |
pKey, |
|
|
System::String^ |
pText, |
|
|
System::String^ |
pSmallImage, |
|
|
System::String^ |
pLargeImage, |
|
|
ChoiceValueType |
pValueType |
|
) |
| |
Constructor.
- Parameters
-
pKey | Set the key of the choice item. |
pText | Set the text of the choice item. |
pSmallImage | Path to a small icon image. |
pLargeImage | Path to a large icon image. |
pValueType | The type of the choice value. See ChoiceType. |
The type of the choice value.
Can be used to generate a formated display value. It has no effect on the internal representation.
System:: String^ X3g::Plugin::ChoicePropertyValue::Key |
|
getset |
The key of the choice item.
System:: String^ X3g::Plugin::ChoicePropertyValue::LargeImage |
|
get |
Path to a large icon image.
System:: String^ X3g::Plugin::ChoicePropertyValue::SmallImage |
|
get |
Path to a small icon image.
System:: String^ X3g::Plugin::ChoicePropertyValue::Text |
|
get |
The text of the choice item.