Mobile API Reference  MicroStrategy 2019
PopoverLayoutMenu.h
Go to the documentation of this file.
1 //
2 // PopoverLayoutMenu.h
3 // MicroStrategyMobile
4 //
5 // Created by Sun, Han (Jeremiah) on 12/4/13.
6 // Copyright (c) 2013 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import "PopoverMenu.h"
10 
13  UIColor* textColor;
14  UIFont* textFont;
18 }
19 
20 @property (nonatomic) NSInteger currentIdx;
21 @property (nonatomic) BOOL fitMaxLabelWidth;
22 @property (nonatomic, strong) UIColor* textColor;
23 @property (nonatomic, strong) UIFont* textFont;
24 @property (nonatomic, strong) UIColor* selectedTextColor;
25 @property (nonatomic, strong) UIFont* selectedTextFont;
26 @property (nonatomic) BOOL enabled;
27 
28 @end
signed char BOOL
Definition: PDCwtypes.h:101
BOOL enabled
Definition: PopoverLayoutMenu.h:17
BOOL fitMaxLabelWidth
Definition: PopoverLayoutMenu.h:12
UIFont * textFont
Definition: PopoverLayoutMenu.h:14
UIFont * selectedTextFont
Definition: PopoverLayoutMenu.h:16
Definition: PopoverLayoutMenu.h:11
UIColor * textColor
Definition: PopoverLayoutMenu.h:13
UIColor * selectedTextColor
Definition: PopoverLayoutMenu.h:15
Definition: PopoverMenu.h:35