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 Splitter Control:

PropertyDescriptionVersion Introduced
BackgroundBackground The splitter's background color fill. 
BorderThe control's border style. 
BorderColorsCustomizes the colors of an SRP ActiveX Control's border.3.1.0
BottomMarginThe space between the splitter's bottom limit and the obstacle below it. 
HotColorThe splitter's color when the mouse hovers over it.4.1.15
LeftMarginThe space between the splitter's left limit and the obstacle to its left. 
OrientationThe splitter's operational orientation. 
PriorityLevelThe splitter's priority level for the form. 
ProgIDThe control's ProgId/Class Name. 
RightMarginThe space between the splitter's right limit and the obstacle to its right. 
ShowGripperDetermines whether or not a small gripper is rendered in the center of the bar. 
TopMarginThe space between the splitter's top limit and the obstacle above it. 
TrackFillThe splitter's track color and fill. 
VersionThe control's version info. 
  • No labels