BorderStyleFromParam Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| HTMLTree..::..BorderStyleFromParam Method |
| HTMLTree Class See Also Send Feedback |
get border style from param value
Namespace:Â CuteEditor.ConvertorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static BorderStyle BorderStyleFromParam( string param, BorderStyle style ) |
| Visual Basic |
|---|
Public Shared Function BorderStyleFromParam ( _ param As String, _ style As BorderStyle _ ) As BorderStyle |
| Visual C++ |
|---|
public: static BorderStyle^ BorderStyleFromParam( String^ param, BorderStyle^ style ) |