Returns the style flags for the value editor. The returned value must be a combination of the STYLE_XXX bit masks defined in this interface.
[Visual Basic] Overridable Public ReadOnly Property Style As ValueEditorStyles [C#] public ValueEditorStyles Style {override get;} [C++] public: __property virtual ValueEditorStyles get_Style(); [JScript] public function get Style() : ValueEditorStyles;
OldCollectionEditor Class | OldCollectionEditor Members | System.ComponentModel.Design Namespace