FormBuildHTMLControl.custom 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
custom() | |
custom(String) |
custom()
public:
virtual System::String ^ custom();
public virtual string custom ();
abstract member custom : unit -> string
override this.custom : unit -> string
Public Overridable Function custom () As String
Returns
Applies to
custom(String)
public:
virtual System::String ^ custom(System::String ^ _value);
public virtual string custom (string _value);
abstract member custom : string -> string
override this.custom : string -> string
Public Overridable Function custom (_value As String) As String
Parameters
- _value
- String