Active Query Builder 2 .NET Edition reference
PrimaryKeyFontStyle Property



Gets or sets font style of the text for Primary Key fields.
Syntax
'Declaration
 
Public Property PrimaryKeyFontStyle As System.Drawing.FontStyle
'Usage
 
Dim instance As FieldListNameColumnOptions
Dim value As System.Drawing.FontStyle
 
instance.PrimaryKeyFontStyle = value
 
value = instance.PrimaryKeyFontStyle
public System.Drawing.FontStyle PrimaryKeyFontStyle {get; set;}
public: __property System.Drawing.FontStyle get_PrimaryKeyFontStyle();
public: __property void set_PrimaryKeyFontStyle( 
   System.Drawing.FontStyle value
);
See Also

Reference

FieldListNameColumnOptions Class
FieldListNameColumnOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback