ReadWriteControlDesigner.MapPropertyToStyle(String, Object) Method

Definition

Maps a property, including description and value, to an intrinsic HTML style.

protected:
 virtual void MapPropertyToStyle(System::String ^ propName, System::Object ^ varPropValue);
protected virtual void MapPropertyToStyle (string propName, object varPropValue);
abstract member MapPropertyToStyle : string * obj -> unit
override this.MapPropertyToStyle : string * obj -> unit
Protected Overridable Sub MapPropertyToStyle (propName As String, varPropValue As Object)

Parameters

propName
String

The name of the property to map.

varPropValue
Object

The value of the property.

Remarks

Note

The MapPropertyToStyle method is obsolete. Use the ContainerControlDesigner.GetDesignTimeCssAttributes method for equivalent control designer functionality.

Note

this method must be overridden in a derived class to implement the designer.

Applies to

See also