Creates a new PropertyOrderAttribute instance.
[Visual Basic] Public Sub New( _ ByVal order As Integer _ ) [C#] public PropertyOrderAttribute( int order ); [C++] public: PropertyOrderAttribute( int order ); [JScript] public function PropertyOrderAttribute( int order );
PropertyOrderAttribute Class | NDoc.Core.PropertyGridUI Namespace