FormBuildControl.extendedStyle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
extendedStyle(String) | |
extendedStyle() |
extendedStyle(String)
public:
virtual System::String ^ extendedStyle(System::String ^ _value);
public virtual string extendedStyle (string _value);
abstract member extendedStyle : string -> string
override this.extendedStyle : string -> string
Public Overridable Function extendedStyle (_value As String) As String
Parameters
- _value
- String
Returns
Applies to
extendedStyle()
public:
virtual System::String ^ extendedStyle();
public virtual string extendedStyle ();
abstract member extendedStyle : unit -> string
override this.extendedStyle : unit -> string
Public Overridable Function extendedStyle () As String