Use this to store a named constant, like System.Drawing.Font.BOLD.
[Visual Basic] Public Shared Function MakeConstant( _ ByVal service As IServiceObjectProvider, _ ByVal bundle As CreationBundle _ ) As PropertyValue [C#] public static PropertyValue MakeConstant( IServiceObjectProvider service, CreationBundle bundle ); [C++] public: static PropertyValue* MakeConstant( IServiceObjectProvider* service, CreationBundle* bundle ); [JScript] public static function MakeConstant( service : IServiceObjectProvider, bundle : CreationBundle ) : PropertyValue;
PropertyValue Class | PropertyValue Members | System.ComponentModel.Design Namespace