Esempio n. 1
0
 /// <summary>
 /// Renders the control using specified skin.
 /// </summary>
 /// <param name="skin">Skin to use.</param>
 protected override void Render(Skin.SkinBase skin)
 {
     skin.DrawCategoryInner(this, m_HeaderButton.ActualHeight, m_HeaderButton.ToggleState);
     base.Render(skin);
 }
Esempio n. 2
0
 /// <summary>
 /// Renders the control using specified skin.
 /// </summary>
 /// <param name="skin">Skin to use.</param>
 protected override void render(Skin.SkinBase skin)
 {
     skin.DrawCategoryInner(this, headerButton.ToggleState);
     base.render(skin);
 }