'Declaration Public Function New( _
ByVal buttonsTransparentAreas As System.Collections.Generic.Dictionary(Of ToolStripSplitButton,Rectangle) _
)
public PanelToolStripRenderer(
System.Collections.Generic.Dictionary<ToolStripSplitButton,Rectangle> buttonsTransparentAreas
)
public: PanelToolStripRenderer(
System.Collections.Generic.Dictionary<ToolStripSplitButton,Rectangle*>* buttonsTransparentAreas
)
public:
PanelToolStripRenderer(
System.Collections.Generic.Dictionary<ToolStripSplitButton,Rectangle^>^ buttonsTransparentAreas
)
Parameters
- buttonsTransparentAreas
- A dictionary that binds toolstrip split buttons and their transparent icon areas.