IHexUniStyler ClassInterface Class that permits you to style Hexagora Controls contained into your custom usercontrolsEnums
Events
Properties
Methods
Remarks
Style Hexagora Unicode Controls contained into custom usercontrols:
If you put Hexagora Unicode Controls into your usercontrols you will not be able to style them using the ctlUniStyler control because they will be unacessible. In order to do such as thing act as follows: 1- let your usercontrol implements the "IHexUniStyler" interface 2- from the only function you need to implement, return a collection of Hexagora Unicode Controls you wish to style 3- change the accessibility of this function from "Private" to "Public" because VB6 cannot access interfaces defined into usercontrols from a form See the sample below: Option Explicit |