SetItemsFont Method (ThumbnailEx)
                In This Topic
            
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Sub SetItemsFont( _
   ByVal  As FontFamily, _
   ByVal  As Double, _
   ByVal  As FontStyle _
) 
             
        
            
            public void SetItemsFont( 
   FontFamily ,
   double ,
   FontStyle 
)
             
        
            
            public procedure SetItemsFont( 
    : FontFamily;
    : Double;
    : FontStyle
); 
             
        
            
            public function SetItemsFont( 
    : FontFamily,
    : double,
    : FontStyle
);
             
        
            
            public: void SetItemsFont( 
   FontFamily* ,
   double ,
   FontStyle 
) 
             
        
            
            public:
void SetItemsFont( 
   FontFamily^ ,
   double ,
   FontStyle 
) 
             
        
             
        
            Parameters
- FontFamily
- FontSize
- FontStyle
 
            
            
            
            
            
            
            
            
            
            
            
            See Also