Active Query Builder 2 .NET Edition reference
RootItemFont Property



Gets or sets the font of the root item.
Syntax
'Declaration
 
Public Property RootItemFont As System.Drawing.Font
'Usage
 
Dim instance As CriteriaBuilder
Dim value As System.Drawing.Font
 
instance.RootItemFont = value
 
value = instance.RootItemFont
public System.Drawing.Font RootItemFont {get; set;}
public: __property System.Drawing.Font* get_RootItemFont();
public: __property void set_RootItemFont( 
   System.Drawing.Font* value
);
See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback