Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

LMDDocking VS2012 Icons

Hi,

Is there any way to make the VS2012 style show the icons? I know it doesn't show the icons in Visual studio but I like the look of the icons.

Thanks,

Stewart

Comments

  • 2 Comments sorted by Votes Date Added
  • Hi,

    You should create your own style (based on provided VS2012 style); please read LMD-DockingPack documentation. 
    Basically, you should change style's XML, where change various ShowXXX properties to True. You can look for icon showing properties at LMDDckStyleElems.pas unit. For example:

    - TLMDPinAreaBase.ShowTabImage;
    - TLMDTabedAreaBase.ShowTabImage;
    - TLMDPanelElem.ShowHeaderImage;
    - TLMDFloatFrameBase.ShowHeaderImage;

Sign In or Register to comment.