This member of WaveLinkFactory Object is supported on: Palm, CE
The DefaultDisplayFlags property stores and retrieves the default label formatting flags of the current WaveLinkFactory object.
VB
DsplFlags = object.DefaultDisplayFlags
object.DefaultDisplayFlags = DsplFlags
VC++
HRESULT hr = object->get_DefaultDisplayFlags(long *DsplFlags);
HRESULT hr = object->put_DefaultDisplayFlags(long DsplFlags);
Return Values
| 
                         DsplFlags  | 
                    
                         The variable that retrieves the default label formatting flag  | 
                
Parameters
| 
                         DsplFlags  | 
                    
                         The variable that specifies the default label formatting flag  | 
                
Remarks
Valid settings for the label formatting flag include:
| 
                         CENTERJUST  | 
                    
                         Center-justified label text  | 
                
| 
                         LEFTJUST  | 
                    
                         Left-justified label text  | 
                
| 
                         RIGHTJUST  | 
                    
                         Right-justified label text  | 
                
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other