| C1.Win.C1Input Namespace > PostValidation Class : Values Property |
'Declaration<C1DescriptionAttribute("Predefined values used for matching the input value.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <LocalizableAttribute(True)> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.MultitypeArrayEditor, C1.Win.C1Input.4.Design")> Public Property Values As Array
'UsageDim instance As PostValidation Dim value As Array instance.Values = value value = instance.Values
[C1Description("Predefined values used for matching the input value.")] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Localizable(true)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.MultitypeArrayEditor, C1.Win.C1Input.4.Design")] public Array Values {get; set;}
[C1Description("Predefined values used for matching the input value.")] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Localizable(true)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.MultitypeArrayEditor, C1.Win.C1Input.4.Design")] public: property Array^ Values { Array^ get(); void set ( Array^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2