RhinoCommon API
new_releases
RhinoCommon documentation has a new look. The old site can still be found here.
play_arrow
Rhino
play_arrow
Rhino.ApplicationSettings
play_arrow
Rhino.Collections
play_arrow
Rhino.Commands
play_arrow
Rhino.Display
play_arrow
Rhino.DocObjects
play_arrow
Rhino.DocObjects.Custom
play_arrow
Rhino.DocObjects.SnapShots
play_arrow
Rhino.DocObjects.Tables
play_arrow
Rhino.FileIO
play_arrow
Rhino.Geometry
play_arrow
Rhino.Geometry.Collections
play_arrow
Rhino.Geometry.Intersect
play_arrow
Rhino.Geometry.MeshRefinements
play_arrow
Rhino.Geometry.Morphs
play_arrow
Rhino.Input
play_arrow
Rhino.Input.Custom
play_arrow
Rhino.NodeInCode
play_arrow
Rhino.ObjectManager
play_arrow
Rhino.PlugIns
play_arrow
Rhino.Render
play_arrow
Rhino.Render.ChangeQueue
play_arrow
Rhino.Render.ChildSlotNames
play_arrow
Rhino.Render.CustomRenderMeshes
play_arrow
Rhino.Render.DataSources
play_arrow
Rhino.Render.Fields
play_arrow
Rhino.Render.ParameterNames
play_arrow
Rhino.Render.PostEffects
play_arrow
Rhino.Render.UI
play_arrow
Rhino.Runtime
play_arrow
Rhino.Runtime.InProcess
play_arrow
Rhino.Runtime.InteropWrappers
play_arrow
Rhino.Runtime.Notifications
play_arrow
Rhino.Runtime.RhinoAccounts
play_arrow
Rhino.UI
play_arrow
Rhino.UI.Controls
play_arrow
CollapsibleSectionHolderImpl
play_arrow
CollapsibleSectionImpl
play_arrow
CollapsibleSectionImpl.Factory
play_arrow
CollapsibleSectionViewModel
play_arrow
ContentUI
Delegates
play_arrow
ExpandableContentUI
play_arrow
FactoryBase
play_arrow
ICollapsibleSection
play_arrow
ICollapsibleSection2
play_arrow
ICollapsibleSection3
play_arrow
ICollapsibleSectionHolder
play_arrow
ICollapsibleSectionHolder2
play_arrow
IHasCppImplementation
play_arrow
IHeaderButtonHandler
play_arrow
Methods
InternalRdkViewModel.EventPriority
InternalRdkViewModel.NewUndoRecord
InternalRdkViewModel.UndoHelper
play_arrow
InternalRdkViewModelFactory
play_arrow
IRdkViewModel
play_arrow
IWindow
play_arrow
UndoRecord
CREATEHOSTFROMCPPPROC
CREATEFROMCPPPROC
play_arrow
Rhino.UI.Controls.DataSource
play_arrow
Rhino.UI.Controls.ThumbnailUI
play_arrow
Rhino.UI.Controls.Thumbnaillist
play_arrow
Rhino.UI.Gumball
play_arrow
dotnetstart
home
/
Rhino.UI.Controls
/
IHeaderButtonHandler

IHeaderButtonHandler interface

This interface represents a handler for putting custom buttons on the header of IRhinoUiSection.

Derived Classes:

Namespace: Rhino.UI.Controls
IHeaderButtonHandler: references

keyboard_arrow_down
Methods (4)

ButtonDetails(Int32 index,Bitmap iconOut,String sToolTipOut)

 
Implement this method to describe custom buttons on the section header. RDK calls this method continually increasing iIndex until it returns \e false

ButtonRect(Int32 index, Rectangle rectHeader)

 
Implement this method to get the rectangle of a button on the header window.

DeleteThis()

 

OnButtonClicked(Int32 index)

 
Implement this method to handle a button click.

Nothing found