C# Class Rsdn.Janus.WinFormsHelper

ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
AddImage ( [ imageList, [ image ) : int
Combine ( this checkState1, CheckState checkState2 ) : CheckState
ToIcon ( [ image ) : Icon
UpdateScope ( [ listView ) : IDisposable
UpdateScope ( [ listView, bool clear ) : IDisposable

Method Details

AddImage() public static method

public static AddImage ( [ imageList, [ image ) : int
imageList [
image [
return int

Combine() public static method

public static Combine ( this checkState1, CheckState checkState2 ) : CheckState
checkState1 this
checkState2 CheckState
return CheckState

ToIcon() public static method

public static ToIcon ( [ image ) : Icon
image [
return System.Drawing.Icon

UpdateScope() public static method

public static UpdateScope ( [ listView ) : IDisposable
listView [
return IDisposable

UpdateScope() public static method

public static UpdateScope ( [ listView, bool clear ) : IDisposable
listView [
clear bool
return IDisposable