ComponentFactory.Krypton.Ribbon.ButtonSpecAppButtonController.GetActiveView C# (CSharp) Method

GetActiveView() public method

Gets the view element that should be used when this target is active.
public GetActiveView ( ) : ViewBase
return ViewBase
        public ViewBase GetActiveView()
        {
            return _target;
        }