OLE control properties are the primary means of interacting with OLE controls. Properties, much like OI control properties, describe the persistent attributes of the control, that is, attributes having some meaningful value for the entire life of the control. Like OI control properties, OLE control properties are manipulated using the Get_Property and Set_Property routines. The following properties apply to the SRP StatusBar Control: 

PropertyDescriptionVersion Introduced
AllowXPThemeEstablishes whether or not the status bar should be drawn using the current XP Visual Style. 
BackgroundThe control's background color(s).3.0.7
PaneAlignmentThe position of a pane's contents. 
PaneAnimationDelayThe number of milliseconds between a pane's frame changes. 
PaneBehaviorA pane's horizontal resizing behavior. 
PaneBorderThe type of border to be displayed around the edges of a pane 
PaneCaptionThe text to appear within a pane. 
PaneColorsThe colors and patterns used to draw a pane. 
PaneCountThe number of panes in the status bar. 
PaneEffectEstablishes how to display a pane's contents. 
PaneFontThe font used to display a pane's caption. 
PaneFrameThe index of a pane's currently displayed image frame. 
PaneFrameCountThe number of frames in a pane's image. 
PaneImageThe path to a pane's image. 
PaneImageLeftEstablished whether a pane's image appears to the left or right of the caption. 
PaneMarqueeDelayThe number of milliseconds between a pane's marquee progress updates. 
PanePercentA pane's progress bar percentage value. 
PaneScrollDelayThe number of milliseconds between a pane's caption scrolls. 
PaneScrollIncrementThe number of pixels to scroll a pane's caption. 
PaneSpacingThe number of pixels between panes. 
PaneToolTipThe text to appear in a pane's tool tip popup. 
PaneTransparentColorThe color not to be drawn in a pane's image. 
PaneTypeThe type of pane. 
PaneVisibleShows or hides a pane. 
PaneWidthA pane's width in pixels. 
ProgIDThe control's ProgId/Class Name. 
ResizableShows or hides the status bar resize gipper. 
ResizeColorThe color used to draw resize gripper.3.0.7
VersionThe control's version info. 
  • No labels