Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the ID of the rendering path being used.
Syntax
Visual Basic Overridable Protected ReadOnly Property RenderPath As RenderPathID C# protected virtual RenderPathID RenderPath { get; } Managed C++ protected: __property virtual RenderPathID get_RenderPath(); JScript protected function get RenderPath() : RenderPathID;
Possible Values
The property is read-only. The property has no default value.
Property Information
Applies To
BaseRichControl
See Also