ReadWriteControlDesigner.MapPropertyToStyle(String, Object) 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.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.