in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » button (RSS)

Browse by Tags

  • DocToHelp: Imitate buttons ?

    Hi, We use DocToHelp version for Word. We produce online help (JavaHelp target) for Java applications (Swing look&feel). We face the problem of refering to buttons from the application. We can't afford capturing all the buttons that we talk about in our documentation. We experimented a specific...
    Posted to Doc-To-Help (Forum) by prepusseau on 11-07-2007
    Filed under: button
  • Re: Capture toolbar button click

    To capture the user clicking on a toolbar button (example: Print): AddHandler C1PrintPreviewControl1.ToolBars.File.ToolStrip.Items(3).Click, AddressOf onPrintClick Private Sub onPrintClick( ByVal sender As System.Object, ByVal e As System.EventArgs) 'Captured End Sub Use this technique for each button...
    Posted to Preview for .NET (Forum) by C1_GregL on 01-28-2008
    Filed under: C1PrintPreviewControl, Toolbar, click, button
  • Re: Add buttons in the whole column

    You have to set c1FlexGrid1.Cols[x].ComboList = "..." ; and make sure AllowEditing is true for the column. Also note by default the button is only visible when the cell has focus. Use this line of code to make the buttons always visible c1FlexGrid1.ShowButtons = ShowButtonsEnum .Always; You...
    Posted to FlexGrid for .NET (Forum) by C1_GregL on 10-22-2007
    Filed under: C1FlexGrid, button
  • Re: Button Image for DBNavigator

    Yes, you can create an ImageList of images and assign them as the collection of button images. The images will fill over the buttons starting with the leftmost button. Here's sample code: 'Add custom button images Dim imgs As New ImageList Dim img As Image Dim appPath As String = Application...
    Posted to Input for .NET (Forum) by C1_GregL on 09-11-2007
    Filed under: button, ImageList, images, C1DBNavigator
Page 1 of 1 (4 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.