Constructor StaticListChoiceProperty
- Namespace
- PaintDotNet.PropertySystem
- Assembly
- PaintDotNet.PropertySystem.dll
StaticListChoiceProperty(object, object[])
public StaticListChoiceProperty(object name, object[] valueChoices)
Parameters
name object
valueChoices object[]
StaticListChoiceProperty(object, object[], int)
public StaticListChoiceProperty(object name, object[] valueChoices, int defaultChoiceIndex)
Parameters
name object
valueChoices object[]
defaultChoiceIndex int
StaticListChoiceProperty(object, object[], int, bool)
public StaticListChoiceProperty(object name, object[] valueChoices, int defaultChoiceIndex, bool readOnly)
Parameters
name object
valueChoices object[]
defaultChoiceIndex int
readOnly bool
StaticListChoiceProperty(object, object[], int, bool, ValueValidationFailureResult)
public StaticListChoiceProperty(object name, object[] valueChoices, int defaultChoiceIndex, bool readOnly, ValueValidationFailureResult vvfResult)
Parameters
name object
valueChoices object[]
defaultChoiceIndex int
readOnly bool
vvfResult ValueValidationFailureResult